home *** CD-ROM | disk | FTP | other *** search
- Short: V2.11 creates pragma, lvo and stub files
- Author: stoecker@rcs.urz.tu-dresden.de (Dirk Stöcker)
- Uploader: stoecker@rcs.urz.tu-dresden.de (Dirk Stöcker)
- Version: 2.11
- Type: dev/misc
-
- This utility creates pragma, lvo files, assembler stubs and .lib files out
- of a given fd-file.
-
- The following pragma formats are supported: amicall, libcall, syscall,
- tagcall(SAS_C method), tagcall(StormC++ method).
-
- The command template you get with FD2Pragma ? . Additional help you
- get if you type a ? again, when in help mode!
-
- AMICALL, LIBCALL, AMITAGS, LIBTAGS and CSTUBS need a string as
- argument. This string is used to set a #if (given string) before the set
- method. So it is possible to create a file like this
-
- --> fd2pragma FDFILE xxx AMICALL " defined(__MAXON__) || defined(AZTEC_C)"
- LIBCALL "def __SASC"
-
- #if defined(__MAXON__) || defined(AZTEC_C)
- do amicalls
- #endif
- #ifdef __SASC
- do libcalls
- #endif
-
- If you give a "" string, then no #if will be added.
-
- This program is in the public domain. Use it as you want, but WITHOUT ANY
- WARRANTY!
-
- Please contact me:
-
- ***************************************************************************
- * snail-mail: Dirk Stoecker * e-mail: *
- * Geschwister-Scholl-Str. 10 * stoecker@rcs.urz.tu-dresden.de *
- * 01877 Bischofswerda * phone: *
- * GERMANY * GERMANY 03594/706666 *
- ***************************************************************************
-
-
- ============================= Archive contents =============================
-
- Original Packed Ratio Date Time Name
- -------- ------- ----- --------- -------- -------------
- 14812 8183 44.7% 16-Sep-96 18:36:16 FD2Pragma
- 9064 3449 61.9% 16-Sep-96 18:36:34 FD2Pragma.doc
- 1540 733 52.4% 16-Sep-96 18:36:16 FD2Pragma.readme
- 36420 10627 70.8% 16-Sep-96 18:36:18 +FD2Pragma.c
- 25502 6379 74.9% 16-Sep-96 18:36:20 +FD2Pragma2_0.c
- 1644 613 62.7% 16-Sep-96 18:36:20 +SDI_ASM_STD_functions.o
- 2512 671 73.2% 16-Sep-96 18:36:20 +SDI_ASM_STD_protos.h
- 4293 1762 58.9% 16-Sep-96 18:36:20 +SDI_defines.h
- 547 310 43.3% 16-Sep-96 18:36:20 +SDI_structures.h
- -------- ------- ----- --------- --------
- 96334 32727 66.0% 03-Oct-96 01:38:40 9 files
-